First draft of GH action to release doc bundles#271
Merged
juliasilge merged 2 commits intomainfrom Feb 9, 2026
Merged
Conversation
✅ Deploy Preview for positron-posit-co ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Collaborator
Author
|
I think I have to merge this to test it out for real? Can you all do an initial review and then I'll iterate to see how it actually works? |
zachhannum
approved these changes
Feb 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Addresses the next step for posit-dev/positron#11314
This workflow renders the Positron documentation site and publishes it as a GitHub release.
Trigger
Manual dispatch (
workflow_dispatch) with two optional inputs:version: Release version (e.g., 2026.02.0-139); if empty, reads from_environmentoverwrite: Check this to replace an existing release with the same versionWhat it does
positronprofile (full public docs, hopefully we can eventually use these for true versioned public docs)workbenchprofile (subset for bundled Workbench docs)Output
A release at
https://github.com/posit-dev/positron-website/releases/tag/{version}containing:positron-docs-{version}.zip: Full public documentationpositron-workbench-docs-{version}.zip: Workbench-specific documentationThe release body links back to the corresponding Positron release.
@jonvanausdeln once we get this agreed on, is it doable to get the release artifacts from here and then push them to the CDN from
positron-builds?